home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_80774.txt < prev    next >
Text File  |  1989-09-27  |  6KB  |  312 lines

  1. -- card: 80774 from stack: in
  2. -- bmap block id: 80112
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Print DBOX
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=25 top=177 right=197 bottom=99
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: copies
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   show card field popupCopies
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   hide card field popupCopies
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=136 top=177 right=197 bottom=365
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: pages
  43. ----- HyperTalk script -----
  44. on mouseDown
  45.   show card field popupNumber
  46. end mouseDown
  47.  
  48. on mouseUp
  49.   hide card field popupNumber
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=25 top=200 right=215 bottom=288
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: cover
  66. ----- HyperTalk script -----
  67. on mouseDown
  68.   show card field popupCover
  69. end mouseDown
  70.  
  71. on mouseUp
  72.   hide card field popupCover
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 8 (field)
  78. -- low flags: 01
  79. -- high flags: 2002
  80. -- rect: left=156 top=88 right=111 bottom=319
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 0
  84. -- font id: 3
  85. -- text size: 10
  86. -- style flags: 0
  87. -- line height: 13
  88. -- part name: Inbox
  89.  
  90.  
  91. -- part 10 (button)
  92. -- low flags: 00
  93. -- high flags: 2000
  94. -- rect: left=24 top=160 right=173 bottom=218
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: printer
  103. ----- HyperTalk script -----
  104. on mouseDown
  105.   show card field popupPrinter
  106. end mouseDown
  107.  
  108. on mouseUp
  109.   hide card field popupPrinter
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 11 (field)
  115. -- low flags: 81
  116. -- high flags: 2004
  117. -- rect: left=25 top=177 right=253 bottom=220
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: popupPrinter
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "popupPrinter"
  129. end mouseUp
  130.  
  131.  
  132. -- part 12 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=102 top=161 right=198 bottom=214
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupCopies
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupCopies"
  147. end mouseUp
  148.  
  149.  
  150. -- part 13 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=136 top=199 right=275 bottom=365
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupNumber
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupNumber"
  165. end mouseUp
  166.  
  167.  
  168. -- part 14 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=290 top=161 right=254 bottom=464
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupCover
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupCover"
  183. end mouseUp
  184.  
  185.  
  186. -- part 15 (button)
  187. -- low flags: 00
  188. -- high flags: 2000
  189. -- rect: left=25 top=221 right=236 bottom=300
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: source
  198. ----- HyperTalk script -----
  199. on mouseDown
  200.   show card field popupPaper
  201. end mouseDown
  202.  
  203. on mouseUp
  204.   hide card field popupPaper
  205. end mouseUp
  206.  
  207.  
  208.  
  209. -- part 16 (button)
  210. -- low flags: 00
  211. -- high flags: 2000
  212. -- rect: left=372 top=161 right=230 bottom=439
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: buttons
  221. ----- HyperTalk script -----
  222. on mouseDown
  223.   show card field popupButtons
  224. end mouseDown
  225.  
  226. on mouseUp
  227.   hide card field popupButtons
  228. end mouseUp
  229.  
  230.  
  231.  
  232. -- part 17 (field)
  233. -- low flags: 81
  234. -- high flags: 2004
  235. -- rect: left=24 top=197 right=220 bottom=222
  236. -- title width / last selected line: 0
  237. -- icon id / first selected line: 0 / 0
  238. -- text alignment: 0
  239. -- font id: 3
  240. -- text size: 10
  241. -- style flags: 0
  242. -- line height: 13
  243. -- part name: popupPaper
  244. ----- HyperTalk script -----
  245. on mouseUp
  246.   hide card field "popupPaper"
  247. end mouseUp
  248.  
  249.  
  250. -- part 18 (field)
  251. -- low flags: 81
  252. -- high flags: 2004
  253. -- rect: left=156 top=161 right=237 bottom=370
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 0
  257. -- font id: 3
  258. -- text size: 10
  259. -- style flags: 0
  260. -- line height: 13
  261. -- part name: popupButtons
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   hide card field "popupButtons"
  265. end mouseUp
  266.  
  267.  
  268. -- part contents for card part 8
  269. ----- text -----
  270. Press any element for details.
  271.  
  272.  
  273. -- part contents for card part 11
  274. ----- text -----
  275. The type and name of the printer you‚Äôve chosen.
  276.  
  277. To change printers, use the Chooser from the Apple menu.
  278.  
  279. -- part contents for card part 12
  280. ----- text -----
  281. Enter the number of copies you want.
  282.  
  283. -- part contents for card part 13
  284. ----- text -----
  285. Select All to print the entire document.
  286.  
  287. To print a range of pages, enter the first page of the range in the From box and the last page of the range in the To box.
  288.  
  289. -- part contents for card part 14
  290. ----- text -----
  291. Click a Cover Page option to print a page that identifies the document. A cover page has the user name (as entered in the Chooser), the name of the document, and the date and time.
  292.  
  293. -- part contents for background part 30
  294. ----- text -----
  295. Dialog Boxes
  296.  
  297. -- part contents for background part 31
  298. ----- text -----
  299. Print Dialog Box
  300.  
  301. -- part contents for card part 17
  302. ----- text -----
  303. Select the appropriate paper source.
  304.  
  305.  
  306. -- part contents for card part 18
  307. ----- text -----
  308. Click OK to start printing.
  309.  
  310. Click Cancel to cancel the command.
  311.  
  312. Click Help for on-line information.